home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
different_picture.swf
/
scripts
/
DefineButton2_88
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
267 b
|
17 lines
on(release){
if(_root.about._currentFrame == 1)
{
with(_root.about)
{
gotoAndPlay(2);
}
}
else if(_root.about._currentFrame > 30)
{
with(_root.about)
{
gotoAndPlay("shuo");
}
}
}